home *** CD-ROM | disk | FTP | other *** search
/ Clickx 34 / Clickx 34.iso / assets / software / BufferZoneIM.msi / Cabs.w1.cab / ClientGUI.exe / 0 / RCDATA / TPROCESSDETAILSWIN / TPROCESSDETAILSWIN.txt
Encoding:
Text File  |  2006-11-09  |  985 b   |  49 lines

  1. object ProcessDetailsWin: TProcessDetailsWin
  2.   Left = 192
  3.   Top = 114
  4.   Width = 437
  5.   Height = 177
  6.   Caption = 'ProcessDetailsWin'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MainPanel: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 429
  22.     Height = 143
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object ProcessDetailsLV: TListView
  27.       Left = 0
  28.       Top = 0
  29.       Width = 429
  30.       Height = 143
  31.       Align = alClient
  32.       BevelInner = bvNone
  33.       BevelOuter = bvNone
  34.       BorderStyle = bsNone
  35.       Columns = <
  36.         item
  37.           Width = 100
  38.         end
  39.         item
  40.           AutoSize = True
  41.         end>
  42.       ReadOnly = True
  43.       ShowColumnHeaders = False
  44.       TabOrder = 0
  45.       ViewStyle = vsReport
  46.     end
  47.   end
  48. end
  49.